gtkwidget: Queue a resize on the parent when unparenting
authorTimm Bäder <mail@baedert.org>
Mon, 24 Apr 2017 17:07:59 +0000 (19:07 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 25 Apr 2017 18:30:37 +0000 (20:30 +0200)
commitfe429f8806ccc0047d1cac6b27bdd9dc016faddf
tree24b4cd7d1200098b40c60583a4c95acd9b329066
parent7e1373a08cf8861fe3519bd67227d2fb69b73269
gtkwidget: Queue a resize on the parent when unparenting

gtk_widget_set_parent (via gtk_widget_reposition_after) will queue a
resize on the parent widget automatically when adding a child widget, so
unparent should do the same
gtk/gtkwidget.c